-
-
Notifications
You must be signed in to change notification settings - Fork 612
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
start testing Enzyme #2392
start testing Enzyme #2392
Conversation
if tests pass as they should this can be merged. This PR gives us already some good cpu coverage. For CUDA instead, I get some pretty fundamental problems at the moment EnzymeAD/Enzyme.jl#1347. GPU tests will be added in future PRs |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2392 +/- ##
==========================================
+ Coverage 43.04% 45.73% +2.68%
==========================================
Files 32 32
Lines 1856 1863 +7
==========================================
+ Hits 799 852 +53
+ Misses 1057 1011 -46 ☔ View full report in Codecov by Sentry. |
ready to merge |
bump |
We don't officially support Enzyme yet, but since we are going to in the future we better start testing, see what is missing, and watch out for regressions.
The testing work has already started at EnzymeAD/Enzyme.jl#805, here I mostly copy some of the tests contributed by @jgreener64 so that they become part of Flux's testsuite.
Related issues in Enzyme.jl:
PRs in CUDA.jl: